home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 49 / Amiga Format CD49 (2000-01-17)(Future Publishing)(GB)(Track 1 of 3)[!][issue 2000-02].iso / -serious- / programming / e / powerd0.06 / modules / intuition / pointerclass.m < prev    next >
Comma Seperated Value File  |  1999-11-30  |  532b  |  19 rows

#CONST POINTERA_Dummy=$80039000
1        POINTERA_BitMap=$80039001 
2        POINTERA_XOffset=$80039002 
3        POINTERA_YOffset=$80039003 
4        POINTERA_WordWidth=$80039004 
5        POINTERA_XResolution=$80039005 
6        POINTERA_YResolution=$80039006 
7        POINTERXRESN_DEFAULT=0 
8        POINTERXRESN_140NS=1 
9        POINTERXRESN_70NS=2 
10        POINTERXRESN_35NS=3 
11        POINTERXRESN_SCREENRES=4 
12        POINTERXRESN_LORES=5 
13        POINTERXRESN_HIRES=6 
14        POINTERYRESN_DEFAULT=0 
15        POINTERYRESN_HIGH=2 
16        POINTERYRESN_HIGHASPECT=3 
17        POINTERYRESN_SCREENRES=4 
18        POINTERYRESN_SCREENRESASPECT=5